home *** CD-ROM | disk | FTP | other *** search
- object F_AddressBook: TF_AddressBook
- Left = 236
- Top = 206
- AutoScroll = False
- Caption = 'Address Book'
- ClientHeight = 412
- ClientWidth = 691
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Menu = MainMenu1
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar: TStatusBar
- Left = 0
- Top = 393
- Width = 691
- Height = 19
- Panels = <
- item
- Width = 500
- end
- item
- Width = 50
- end>
- ParentFont = True
- SimplePanel = False
- UseSystemFont = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 48
- Width = 691
- Height = 345
- Align = alClient
- BevelOuter = bvNone
- Caption = 'Panel1'
- TabOrder = 1
- object Panel_SimpleSearch: TPanel
- Left = 0
- Top = 0
- Width = 691
- Height = 28
- Align = alTop
- BevelOuter = bvNone
- BevelWidth = 2
- BorderWidth = 2
- TabOrder = 0
- object L_name: TLabel
- Left = 2
- Top = 2
- Width = 31
- Height = 24
- Align = alLeft
- Caption = '&Name:'
- FocusControl = E_name
- Layout = tlCenter
- end
- object E_name: TEdit
- Left = 59
- Top = 3
- Width = 166
- Height = 21
- AutoSize = False
- TabOrder = 0
- OnChange = E_nameChange
- OnEnter = E_nameEnter
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 28
- Width = 691
- Height = 317
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- object Splitter1: TSplitter
- Left = 177
- Top = 0
- Width = 3
- Height = 317
- Cursor = crHSplit
- end
- object TV: TTreeView
- Left = 0
- Top = 0
- Width = 177
- Height = 317
- Align = alLeft
- HideSelection = False
- Images = DM_Language.IL_AddressList
- Indent = 19
- ParentShowHint = False
- ReadOnly = True
- RightClickSelect = True
- ShowHint = False
- TabOrder = 0
- OnChange = TVChange
- OnDblClick = TVDblClick
- OnDragDrop = TVDragDrop
- OnDragOver = TVDragOver
- OnEnter = TVEnter
- OnExpanding = TVExpanding
- OnMouseDown = TVMouseDown
- end
- object LV: TListView
- Left = 180
- Top = 0
- Width = 511
- Height = 317
- Align = alClient
- Columns = <
- item
- Caption = 'Name'
- Width = 150
- end
- item
- Caption = 'Email Address'
- Width = 250
- end
- item
- Caption = 'Mobile'
- Width = 100
- end>
- DragMode = dmAutomatic
- HideSelection = False
- HotTrack = True
- HoverTime = 5000
- LargeImages = DM_Language.IL_BigHead
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- ParentShowHint = False
- PopupMenu = PM_ListView
- ShowHint = True
- SmallImages = DM_Language.IL_AddressList
- SortType = stText
- TabOrder = 1
- ViewStyle = vsReport
- OnChange = LVChange
- OnColumnClick = LVColumnClick
- OnColumnRightClick = LVColumnRightClick
- OnCompare = LVCompare
- OnDblClick = LVDblClick
- OnEnter = LVEnter
- OnDragOver = LVDragOver
- OnInfoTip = LVInfoTip
- OnKeyDown = LVKeyDown
- OnStartDrag = LVStartDrag
- end
- end
- end
- object Dock971: TDock97
- Left = 0
- Top = 0
- Width = 691
- Height = 48
- BoundLines = [blTop, blBottom, blLeft, blRight]
- LimitToOneRow = True
- OnChevronClick = Dock971ChevronClick
- object ToolBar: TToolBarExpress2
- Left = 0
- Top = 0
- Caption = 'ToolBar'
- DockPos = 0
- FullSize = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnDockChanged = ToolBarDockChanged
- RegKey = 'Software\Aerofox\Foxmail\FoxToolbar\AddrBook'
- Grayed = False
- OnIconSizeChanging = ToolBarIconSizeChanging
- object TBtnNewCard: TToolbarButton97
- Left = 0
- Top = 0
- Width = 58
- Height = 42
- Hint = 'New Card'
- DragCursor = crHandPoint
- Caption = 'New Card'
- ImageIndex = 53
- Images = DM_Language.IL_TB24_Normal
- HotImages = DM_Language.IL_TB24_Hot
- DisabledImages = DM_Language.IL_TB24_Gray
- LeftJustify = False
- ShowCaptionRight = True
- Layout = blGlyphTop
- OnClick = M_new_addrClick
- end
- object TBtnNewlist: TToolbarButton97
- Left = 58
- Top = 0
- Width = 58
- Height = 42
- Hint = 'New List|'
- DragCursor = crHandPoint
- Caption = 'New List'
- ImageIndex = 54
- Images = DM_Language.IL_TB24_Normal
- HotImages = DM_Language.IL_TB24_Hot
- DisabledImages = DM_Language.IL_TB24_Gray
- LeftJustify = False
- ShowCaptionRight = True
- Layout = blGlyphTop
- OnClick = M_newlistClick
- end
- object btnNewFolder: TToolbarButton97
- Left = 116
- Top = 0
- Width = 58
- Height = 42
- Hint = 'New Folder'
- DragCursor = crHandPoint
- Caption = 'New Folder'
- ImageIndex = 55
- Images = DM_Language.IL_TB24_Normal
- HotImages = DM_Language.IL_TB24_Hot
- DisabledImages = DM_Language.IL_TB24_Gray
- LeftJustify = False
- ShowCaptionRight = True
- Layout = blGlyphTop
- OnClick = M_Book_newClick
- end
- object TBtnProperty: TToolbarButton97
- Left = 180
- Top = 0
- Width = 58
- Height = 42
- Hint = 'Property|'
- DragCursor = crHandPoint
- Caption = 'Property'
- ImageIndex = 56
- Images = DM_Language.IL_TB24_Normal
- HotImages = DM_Language.IL_TB24_Hot
- DisabledImages = DM_Language.IL_TB24_Gray
- LeftJustify = False
- ShowCaptionRight = False
- Layout = blGlyphTop
- OnClick = M_propertyClick
- end
- object TBtnNewMsg: TToolbarButton97
- Left = 238
- Top = 0
- Width = 58
- Height = 42
- Hint = 'Compose|'
- DragCursor = crHandPoint
- Caption = 'Compose'
- ImageIndex = 57
- Images = DM_Language.IL_TB24_Normal
- HotImages = DM_Language.IL_TB24_Hot
- DisabledImages = DM_Language.IL_TB24_Gray
- LeftJustify = False
- ShowCaptionRight = True
- Layout = blGlyphTop
- OnClick = TBtnNewMsgClick
- end
- object TBtnDelete: TToolbarButton97
- Left = 296
- Top = 0
- Width = 58
- Height = 42
- Hint = 'Delete|'
- DragCursor = crHandPoint
- Caption = 'Delete'
- ImageIndex = 58
- Images = DM_Language.IL_TB24_Normal
- HotImages = DM_Language.IL_TB24_Hot
- DisabledImages = DM_Language.IL_TB24_Gray
- LeftJustify = False
- ShowCaptionRight = False
- Layout = blGlyphTop
- OnClick = TBtnDeleteClick
- end
- object TBtnFind: TToolbarButton97
- Left = 354
- Top = 0
- Width = 58
- Height = 42
- Hint = 'Find|'
- DragCursor = crHandPoint
- Caption = 'Find'
- ImageIndex = 59
- Images = DM_Language.IL_TB24_Normal
- HotImages = DM_Language.IL_TB24_Hot
- DisabledImages = DM_Language.IL_TB24_Gray
- LeftJustify = False
- ShowCaptionRight = True
- Layout = blGlyphTop
- OnClick = M_FindClick
- end
- object btnSMS: TToolbarButton97
- Left = 418
- Top = 0
- Width = 58
- Height = 42
- Hint = 'Send short message'
- Caption = 'SMS'
- ImageIndex = 21
- Images = DM_Language.IL_TB24_Normal
- HotImages = DM_Language.IL_TB24_Hot
- DisabledImages = DM_Language.IL_TB24_Gray
- LeftJustify = False
- ShowCaptionRight = True
- Layout = blGlyphTop
- OnClick = btnSMSClick
- end
- object TToolbarSep97
- Left = 412
- Top = 0
- end
- object TToolbarSep97
- Left = 174
- Top = 0
- end
- end
- end
- object MainMenu1: TMainMenu
- Images = DM_Language.IL_TB16_Normal
- Left = 408
- Top = 116
- object M_File: TMenuItem
- Caption = '&File'
- object M_new_addr: TMenuItem
- Caption = '&New Card'
- ImageIndex = 53
- ShortCut = 16462
- OnClick = M_new_addrClick
- end
- object M_newlist: TMenuItem
- Caption = 'N&ew List'
- ImageIndex = 54
- ShortCut = 16453
- OnClick = M_newlistClick
- end
- object M_book_new: TMenuItem
- Caption = 'Ne&w Folder'
- ImageIndex = 55
- ShortCut = 16471
- OnClick = M_Book_newClick
- end
- object M_NewConnection: TMenuItem
- Caption = 'New Connection'
- OnClick = M_NewConnectionClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Compose2: TMenuItem
- Caption = '&Compose...'
- ImageIndex = 57
- OnClick = Compose2Click
- end
- object M_property: TMenuItem
- Caption = 'P&roperty...'
- ShortCut = 16466
- OnClick = M_propertyClick
- end
- object M_delete: TMenuItem
- Caption = '&Delete'
- OnClick = TBtnDeleteClick
- end
- object M_book_pack: TMenuItem
- Caption = 'C&ompress'
- OnClick = M_book_packClick
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object M_Find: TMenuItem
- Caption = '&Find...'
- ImageIndex = 59
- ShortCut = 16454
- OnClick = M_FindClick
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object M_close: TMenuItem
- Caption = 'C&lose'
- OnClick = M_closeClick
- end
- end
- object M_view: TMenuItem
- Caption = '&View'
- OnClick = M_viewClick
- object M_view_toolbar: TMenuItem
- Caption = '&Toolbar'
- Checked = True
- OnClick = M_view_toolbarClick
- end
- object M_view_status: TMenuItem
- Tag = 1
- Caption = '&Statusbar'
- Checked = True
- OnClick = M_view_statusClick
- end
- object M_View_SimpleSearch: TMenuItem
- Caption = 'Simple-Search &Bar'
- GroupIndex = 10
- OnClick = M_View_SimpleSearchClick
- end
- object MU_ToolBarSetup: TMenuItem
- Caption = 'ToolBar Setup'
- GroupIndex = 10
- ImageIndex = 89
- OnClick = MU_ToolBarSetupClick
- end
- object N2: TMenuItem
- Caption = '-'
- GroupIndex = 10
- end
- object Mv_large: TMenuItem
- Caption = '&Large Icons'
- GroupIndex = 10
- RadioItem = True
- OnClick = Mv_largeClick
- end
- object Mv_small: TMenuItem
- Tag = 1
- Caption = 'S&mall Icons'
- GroupIndex = 10
- RadioItem = True
- OnClick = Mv_largeClick
- end
- object Mv_list: TMenuItem
- Tag = 2
- Caption = 'L&ist'
- GroupIndex = 10
- RadioItem = True
- OnClick = Mv_largeClick
- end
- object Mv_report: TMenuItem
- Tag = 3
- Caption = '&Report'
- Checked = True
- GroupIndex = 10
- RadioItem = True
- OnClick = Mv_largeClick
- end
- object N5: TMenuItem
- Caption = '-'
- GroupIndex = 10
- end
- object Mv_refresh: TMenuItem
- Caption = 'Refr&esh'
- GroupIndex = 10
- ShortCut = 116
- end
- end
- object M_tool: TMenuItem
- Caption = '&Tools'
- object M_import: TMenuItem
- Caption = '&Import'
- object mnuImportCSV: TMenuItem
- Caption = '&CSV file (*.csv)'
- OnClick = mnuImportCSVClick
- end
- object MU_import_WabFile: TMenuItem
- Tag = 2
- Caption = '&Wab file (*.wab)'
- OnClick = MU_import_WabFileClick
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object mnuImpOutlookContacts: TMenuItem
- Caption = 'MS &Outlook Contacts...'
- OnClick = mnuImpOutlookContactsClick
- end
- object M_netscape: TMenuItem
- Tag = 1
- Caption = '&Netscape Mail 3.x'
- OnClick = M_netscapeClick
- end
- object M_eudora: TMenuItem
- Caption = '&Eudora 3.x'
- OnClick = M_netscapeClick
- end
- end
- object MU_Output2: TMenuItem
- Caption = '&Export'
- object MU_Export_TxtFile: TMenuItem
- Caption = '&Text file(*.csv, *.txt)'
- OnClick = MU_Export_TxtFileClick
- end
- object MU_Exp_WabFile: TMenuItem
- Caption = '&Wab file(*.wab)'
- OnClick = MU_Exp_WabFileClick
- end
- end
- object N13: TMenuItem
- Caption = '-'
- end
- object LDAPAccount1: TMenuItem
- Caption = '&LDAP Account...'
- OnClick = LDAPAccount1Click
- end
- end
- end
- object Language: TLanguage
- LangCenter = DM_Language.LangCenter
- ResStrings.Strings = (
- '0010=Total %d Items'
- '0011=Are you sure to DELETE folder: %s ?'
- '0012=%d addresses imported'
- '0013=Input the new folder name'
- '0014=Rename %s to:'
- '0015=Are you sure to delete the card?'
- '0016=Write file error!'
- '0017=Please select a folder or group first.'
- '0018=Successfully exported addresses to: '
- '0019=Export failed.'
- '0020=Please select a folder first.'
- '0021=Import successfully.'
- '0022=Import failed.'
- '0023=Are you sure to delete the group?'
-
- '0024=You will not be able to recover this folder. Are you sure t' +
- 'o DELETE it?'
- '0025=There is no address to export.'
- '0030=Group'
- '0031=Member'
- '0032=Name'
- '0033=Email Address'
- '0034=Comfirmation'
-
- '0035=Are you sure that you want copy these records to Address bo' +
- 'ok:'
- '0036=Are you sure that you want add these records to Group:'
- '0037=Shared AddressBook'
- '0038=Private AddressBook'
- '0039=All Addresses'
- '0040=Male'
- '0041=Female'
- '0050=Folder Name:'
-
- '0060=Connecting to Address Server. Please wait. Press ESC to can' +
- 'cel it.'
- '0061=Cannot connect to the LDAP server: '
-
- '0070=There is no mobile information in the addresses you selecte' +
- 'd.'
- '0080=Mobile'
- '0090=Default addressbook cannot be deleted!'
- '0200=FirstName'
- '0201=LastName'
- '0202=NickName'
- '0203=FileAs'
- '0204=JobTitle'
- '0205=Email1Address'
- '0206=Email2Address'
- '0207=Email3Address'
- '0208=MobileTelephoneNumber'
- '0209=PagerNumber'
- '0210=HomeAddressCountry'
- '0211=HomeAddressCity'
- '0212=HomeAddressState'
- '0213=HomeAddressStreet'
- '0214=HomeAddress'
- '0215=HomeAddressPostalCode'
- '0216=HomeAddressPostOfficeBox'
- '0217=HomeTelephoneNumber'
- '0218=Home2TelephoneNumber'
- '0219=HomeFaxNumber'
- '0220=PersonalHomePage'
- '0221=Birthday'
- '0222=Gender'
- '0223=CompanyName'
- '0224=BusinessAddress'
- '0225=BusinessAddressCity'
- '0226=BusinessAddressCountry'
- '0227=BusinessAddressPostOfficeBox'
- '0228=BusinessAddressPostalCode'
- '0229=BusinessAddressState'
- '0230=BusinessAddressStreet'
- '0231=BusinessFaxNumber'
- '0232=BusinessHomePage'
- '0233=BusinessTelephoneNumber'
- '0234=Business2TelephoneNumber'
- '0235=CompanyMainTelephoneNumber'
- '0236=Department'
- '0237=OfficeLocation'
- '0238=PrimaryTelephoneNumber'
- '0239=RadioTelephoneNumber'
- '0240=TelexNumber'
- '0241=CallbackTelephoneNumber'
- '0242=CarTelephoneNumber'
- '0243=OtherAddressCountry'
- '0244=OtherAddressState'
- '0245=OtherAddressCity'
- '0246=OtherAddressStreet'
- '0247=OtherAddressPostalCode'
- '0248=OtherAddressPostOfficeBox'
- '0249=OtherFaxNumber'
- '0250=OtherTelephoneNumber'
- '0251=OtherAddress'
- '0252=Body')
- OnTranslated = LanguageTranslated
- Left = 240
- Top = 184
- end
- object Toolbar_PopupMenu: TPopupMenu
- AutoHotkeys = maManual
- OnPopup = ToolBar_PopMenuPopup
- Left = 80
- Top = 161
- object PM_NewCard: TMenuItem
- Caption = '&New Card'
- GroupIndex = 10
- ShortCut = 16462
- OnClick = PM_NewCardClick
- end
- object PM_NewList: TMenuItem
- Caption = 'New &List'
- GroupIndex = 10
- ShortCut = 16460
- OnClick = PM_NewListClick
- end
- object PM_NewFolder: TMenuItem
- Caption = 'New F&older'
- GroupIndex = 10
- OnClick = M_Book_newClick
- end
- object PM_NewConnection: TMenuItem
- Caption = 'New Connection'
- GroupIndex = 10
- OnClick = M_NewConnectionClick
- end
- object N8: TMenuItem
- Caption = '-'
- GroupIndex = 10
- end
- object PM_Compose: TMenuItem
- Caption = 'C&ompose'
- GroupIndex = 10
- OnClick = Compose2Click
- end
- object PM_Delete: TMenuItem
- Caption = '&Delete'
- GroupIndex = 10
- OnClick = PM_DeleteClick
- end
- object PM_Compress: TMenuItem
- Caption = 'Compress'
- GroupIndex = 10
- OnClick = M_book_packClick
- end
- object PM_Find1: TMenuItem
- Caption = '&Find...'
- GroupIndex = 10
- ShortCut = 16454
- OnClick = M_FindClick
- end
- object N4: TMenuItem
- Caption = '-'
- GroupIndex = 10
- end
- object PM_Property: TMenuItem
- Caption = '&Property'
- GroupIndex = 10
- ShortCut = 16466
- OnClick = M_propertyClick
- end
- end
- object PM_ListView: TPopupMenu
- AutoHotkeys = maManual
- OnPopup = PM_ListViewPopup
- Left = 316
- Top = 160
- object PM2_NewCard: TMenuItem
- Caption = '&New Card'
- GroupIndex = 10
- ShortCut = 16462
- OnClick = M_new_addrClick
- end
- object PM2_NewList: TMenuItem
- Caption = 'New &List'
- GroupIndex = 10
- ShortCut = 16460
- OnClick = M_newlistClick
- end
- object N11: TMenuItem
- Caption = '-'
- GroupIndex = 10
- end
- object PM2_Compose: TMenuItem
- Caption = '&Compose...'
- GroupIndex = 10
- OnClick = Compose2Click
- end
- object PM2_Composeto: TMenuItem
- Caption = 'Compose &to'
- GroupIndex = 10
- end
- object PM2_SMS: TMenuItem
- Caption = '&Send Short Message'
- GroupIndex = 10
- OnClick = PM2_SMSClick
- end
- object PM2_Delete: TMenuItem
- Caption = '&Delete'
- GroupIndex = 10
- ShortCut = 46
- OnClick = TBtnDeleteClick
- end
- object PM_Find2: TMenuItem
- Caption = '&Find...'
- GroupIndex = 10
- ShortCut = 16454
- OnClick = M_FindClick
- end
- object N10: TMenuItem
- Caption = '-'
- GroupIndex = 10
- end
- object PM2_Property: TMenuItem
- Caption = '&Property...'
- GroupIndex = 10
- ShortCut = 16466
- OnClick = M_propertyClick
- end
- end
- object PM_Header: TPopupMenu
- AutoHotkeys = maManual
- Left = 376
- Top = 160
- object Mobile1: TMenuItem
- Caption = 'Mobile'
- Checked = True
- RadioItem = True
- OnClick = Mobile1Click
- end
- object PagerNumber1: TMenuItem
- Tag = 1
- Caption = 'Pager Number'
- RadioItem = True
- OnClick = Mobile1Click
- end
- object ICQ1: TMenuItem
- Tag = 2
- Caption = 'ICQ'
- RadioItem = True
- OnClick = Mobile1Click
- end
- object OICQ1: TMenuItem
- Tag = 3
- Caption = 'OICQ'
- RadioItem = True
- OnClick = Mobile1Click
- end
- object HomePage1: TMenuItem
- Tag = 4
- Caption = 'HomePage'
- RadioItem = True
- OnClick = Mobile1Click
- end
- object Birthday1: TMenuItem
- Tag = 5
- Caption = 'Birthday'
- RadioItem = True
- OnClick = Mobile1Click
- end
- object HomeTelephone1: TMenuItem
- Tag = 6
- Caption = 'Home Telephone'
- RadioItem = True
- OnClick = Mobile1Click
- end
- object N9: TMenuItem
- Tag = 7
- Caption = '-'
- RadioItem = True
- OnClick = Mobile1Click
- end
- object Company1: TMenuItem
- Tag = 8
- Caption = 'Company'
- RadioItem = True
- OnClick = Mobile1Click
- end
- object OfficeTelephone1: TMenuItem
- Tag = 9
- Caption = 'Office Telephone'
- RadioItem = True
- OnClick = Mobile1Click
- end
- end
- object FormEx1: TFormEx
- Left = 512
- Top = 45
- end
- end
-